home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000860_john@minster.york.ac.uk_Fri Aug 19 07:11:14 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from minster.york.ac.uk by cs.umb.edu with SMTP id AA25023
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 19 Aug 1994 07:11:14 -0400
  3. From: john@minster.york.ac.uk
  4. Date: Fri, 19 Aug 94 11:06:14
  5. Message-Id: <swordfish.777294911@minster.york.ac.uk>
  6. To: tex-k@cs.umb.edu
  7. Subject: xdvik 1.8
  8.  
  9. I've recently installed xdvik-1.8 on our SGI Indys. It works fine (though
  10. the startup time is rather long, perhaps 20 or 30 seconds!), but the four
  11. buttons in the vertical stack at the right-hand-side (below the `quit' button)
  12. all say `shrink', though they actually cause what is probably the appropriate
  13. enlargement/reduction for each of them. Why don't they say something sensible
  14. like `200% magnification', `400% magnification' etc? Are they *supposed* to
  15. be labelled `shrink'?
  16.  
  17. I installed xdvik-1.8 as follows. First, I edited the top-level Makefile.in
  18. as shown by the difference listing output of our local revision control
  19. command `vdiff' (see below), then I gave the command `configure -prefix=/sys/tex'
  20. (we install TeX under `/sys/tex', and the -prefix option to configure to
  21. configure is necessary to prevent `/sys/tex/bin' being chosen). The arrangement
  22. of the filestore under /sys/tex is traditional here, but quite similar to
  23. the default one.
  24.  
  25. I can't see anything in the changes made at installation time which could have
  26. broken xdvi. Any ideas?
  27.  
  28. John A. Murdie
  29.  
  30. Enc.
  31.  
  32. $ vdiff Makefile.in
  33. Makefile.in:Revision 0
  34. 19c19
  35. < prefix = /usr/local
  36. ---
  37. > prefix = /sys/tex
  38. 21,22c21,22
  39. < bindir = $(exec_prefix)/bin
  40. < scriptdir = $(bindir)
  41. ---
  42. > bindir = $(exec_prefix)/bin/`arch`
  43. > scriptdir = $(exec_prefix)/bin/rc
  44. 37c37
  45. < texmf_prefix = $(datadir)/texmf
  46. ---
  47. > texmf_prefix = $(datadir)
  48. 40,41c40,41
  49. < texinputdir = $(texmf_prefix)/tex
  50. < mfinputdir = $(texmf_prefix)/mf
  51. ---
  52. > texinputdir = $(texmf_prefix)/texinput
  53. > mfinputdir = $(texmf_prefix)/mfinput
  54. 47,48c47,48
  55. < fmtdir = $(texmf_prefix)/ini
  56. < basedir = $(fmtdir)
  57. ---
  58. > fmtdir = $(texmf_prefix)/formats
  59. > basedir = $(texmf_prefix)/bases
  60. 51c51
  61. < texpooldir = $(texmf_prefix)/ini
  62. ---
  63. > texpooldir = $(texmf_prefix)
  64. 60,63c60,63
  65. < ps_fontdir = $(fontdir)/adobe
  66. < bh_fontdir = $(fontdir)/bh
  67. < cg_fontdir = $(fontdir)/cg
  68. < mt_fontdir = $(fontdir)/monotype
  69. ---
  70. > ps_fontdir = $(fontdir)/metrics/adobe
  71. > bh_fontdir = $(fontdir)/metrics/bh
  72. > cg_fontdir = $(fontdir)/metrics/cg
  73. > mt_fontdir = $(fontdir)/metrics/monotype
  74. 66c66
  75. < dvips_prefix = $(texmf_prefix)/dvips
  76. ---
  77. > dvips_prefix = $(texmf_prefix)/ps/dvips
  78. 97c97
  79. < CFLAGS = -g $(XCFLAGS)
  80. ---
  81. > CFLAGS = -g $(XCFLAGS) -DNO_FOIL_X_WCHAR_T -DA4 -DMAKETEXPK
  82.